Fix a typo in a comment -- vmxloader is now hvmloader.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 14 Mar 2006 14:26:54 +0000 (15:26 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 14 Mar 2006 14:26:54 +0000 (15:26 +0100)
Signed-off-by: Andrew D. Ball <aball@us.ibm.com>
tools/libxc/xc_hvm_build.c

index 9248d990ef9bb8bfd4c0e5fffcf361a02d77c86e..52016dccefc3278e9f0d1c3c787bad9cf194510d 100644 (file)
@@ -132,7 +132,7 @@ set_hvm_info_checksum(struct hvm_info_table *t)
 }
 
 /*
- * Use E820 reserved memory 0x9F800 to pass HVM info to vmxloader
+ * Use E820 reserved memory 0x9F800 to pass HVM info to hvmloader
  * hvmloader will use this info to set BIOS accordingly
  */
 static int set_hvm_info(int xc_handle, uint32_t dom,